From 8053a62d5a2c617c925cc285ad953955240c0153 Mon Sep 17 00:00:00 2001 From: "kaf24@localhost.localdomain" Date: Fri, 29 Dec 2006 16:24:57 +0000 Subject: [PATCH] Fix libxenstore library dependencies. Signed-off-by: Mark Johnson --- tools/xenstore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index a18347d4b1..0596379aca 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -91,7 +91,7 @@ libxenstore.so.$(MAJOR): libxenstore.so.$(MAJOR).$(MINOR) ln -sf $< $@ libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic - $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenstore.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $^ -lpthread + $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenstore.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $^ $(SOCKET_LIBS) -lpthread libxenstore.a: xs.o xs_lib.o $(AR) rcs libxenstore.a $^ -- 2.30.2